home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970929-19971216 / 000226_news@newsmaster….columbia.edu _Sat Nov 1 10:33:22 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id KAA01990
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Sat, 1 Nov 1997 10:33:20 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id KAA03001
  7.     for kermit.misc@watsun; Sat, 1 Nov 1997 10:33:19 -0500 (EST)
  8. Path: news.columbia.edu!news.new-york.net!news-peer.gip.net!news.gsl.net!gip.net!nntprelay.mathworks.com!news-peer-east.sprintlink.net!news.sprintlink.net!Sprint!uunet!in5.uu.net!news.kersur.net!news.ipswitch!ddl
  9. From: ddl@harvard.* (Dan Lanciani)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: DOS Kermit under W95 (I KNOW it's unforgivable!)
  12. Message-ID: <49762@news.IPSWITCH.COM>
  13. Date: 1 Nov 97 07:32:13 GMT
  14. References: <34591E72.3FBD@SpaceComputer.Com>
  15. Organization: Internet 
  16. Lines: 33
  17. Xref: news.columbia.edu comp.protocols.kermit.misc:8006
  18.  
  19. In article <34591E72.3FBD@SpaceComputer.Com>, Kendall@SpaceComputer.Com (Wm. B. Kendall) writes:
  20. | I am running DOS Kermit 3.14, Patch Level 9, because Tektronix 4010
  21. | emulation is a requirement.  I want to do this in a DOS window under
  22. | Windows 95.  I will connect to the host over our Ethernet.  (I made this
  23. | work under OS/2 with a little help from my friends in this group.)  My
  24. | problem is that I don't know how to set the port parameters to
  25. | accomplish this under W95 (I have a fossil driver installed under OS/2,
  26. | and SET PORT FOSSIL 4 and connect via ATDT commands as if I were using a
  27. | modem.)  Can anyone advise me on this?
  28.  
  29. Although there are in theory programs similar to your OS/2 fossil-to-telnet
  30. driver for Windows95, the approach taken by most kermit users in this
  31. situation is to run kermit's internal tcp/ip instead.  My ndis3pkt shim
  32. (get it from www.danlan.com) will provide kermit with a packet driver
  33. interface on top of standard Microsoft ndis3 card drivers in Windows95.
  34. The one catch(*) is that if you are also running Microsoft's tcp/ip stack
  35. at the same time, you must assign kermit a different IP address.
  36.  
  37.                 Dan Lanciani
  38.                 ddl@harvard.*
  39.  
  40. (*) There really is a lot more to the catch than this.  All sorts of
  41. funny things can happen when you run two tcp/ip stacks in parallel and
  42. I never liked to recommend the practice.  However, the number of requests
  43. for this kind of configuration became too huge to ignore, so I started
  44. to pay attention to the details.  As it turns out, although there were
  45. some obscure problems early on, most of the time it just worked.  I've
  46. since made some minor adjustments to ndis3pkt and there have been no
  47. failure reports in connection with kermit/ndis3pkt use in the past year
  48. or so.  Note that this doesn't necessarily generalize to other packet-
  49. driver-based tcp/ip stacks as the success depends on some particular
  50. details of the tcp/ip implementations.  Use at your own risk, your mileage
  51. may vary, void where prohibited, etc...